home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / german_winter_1.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.1 KB  |  57 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/german_winter_type1
  5.     skelmodel wintersoldier1.skd
  6.  
  7.     surface top shader wintertop1
  8.     surface cullskirt shader cull_winterpants1
  9.     surface skirt shader winterpants1
  10.     surface inside shader winterpants1
  11.  
  12. //    $include models/human/heads/german_young_heads.tik
  13.     path models/human/heads
  14.     skelmodel head1.skd
  15. //    surface head shader dolf
  16.     surface head shader wolfgang
  17.  
  18.     path models/human/hands
  19.     skelmodel hand.skd
  20.     surface hand shader knitgloves1
  21.  
  22.     
  23.     path models/gear/g_headgear
  24.  
  25.     skelmodel coveredhelmet.skd
  26.     surface outside shader winterhelmet1
  27.     surface inside shader german-helmet_inside
  28. }
  29.  
  30.  
  31. //
  32. // define what folder to get specific sound from for the player model
  33. //
  34. $define pulloutdir sound/weapons/pullout
  35.  
  36.  
  37. init
  38. {
  39.     client
  40.     {
  41.         // Cache sounds here
  42.     }
  43.     server
  44.     {
  45.         voicetype axis5 // set the voicetype to use for multiplayer instant messaging
  46.     }
  47. }
  48.  
  49.  
  50. //
  51. // include the base player model definition
  52. //
  53. $include models/player/base/include.txt
  54.  
  55. // need to indicate the end of the tiki file because we have a tiki command at the end
  56. //end
  57.